Input
Input[]
Input[prompt_String]
Input[prompt_String, default_]
interactively prompts a user to enter Wolfram Expression displaying prompt message with default expression shown in the input field.
note
This is a blocking sync expression. Please consider to use InputAsync
For example:
Plot[Evaluate[Input[]], {x,0,1}]